inherited DirExcludeDialog: TDirExcludeDialog Left = 483 HelpType = htKeyword HelpKeyword = 'Exclude' BorderIcons = [biSystemMenu, biHelp] Caption = 'Exclude from Session' ClientHeight = 152 ClientWidth = 281 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TUiBevel Left = 8 Top = 64 Width = 265 Height = 2 Shape = bsTopLine end object Panel1: TUiPanel Left = 0 Top = 0 Width = 283 Height = 49 BevelOuter = bvNone TabOrder = 0 object SelFilenamesEdit: TUiRadioButton Left = 8 Top = 8 Height = 17 Caption = 'Selected filename(s)' TabOrder = 0 TabStop = True end object AllOfFileTypeEdit: TUiRadioButton Left = 8 Top = 32 Height = 17 Caption = '%' TabOrder = 1 end end object RelativeToBaseEdit: TUiCheckBox Left = 8 Top = 80 Height = 17 Caption = 'Only in this folder' TabOrder = 1 end object OkBtn: TUiButton Left = 120 Top = 104 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 AutoSize = asRight end object CancelBtn: TUiButton Left = 200 Top = 104 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 AutoSize = asRight end object DontShowAgainEdit: TUiCheckBox Left = 8 Top = 132 Height = 17 Caption = 'Don'#39't show again during this session' TabOrder = 4 end end